home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 906 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: usenet.eel.ufl.edu!pacifier!news
  2. From: lcl <lcl@pacifier.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: HELP! System Design question - Newbie
  5. Date: 8 Jan 1996 09:14:16 GMT
  6. Organization: Pacifier BBS, Vancouver, Wa.  ((360) 693-0325)
  7. Message-ID: <4cqn98$2sb@news.pacifier.com>
  8. NNTP-Posting-Host: ip28.van1.pacifier.com
  9.  
  10. I am toying with developing an application in MS Visual C++.  I am 
  11. beginning to get the hang of the coding part but do not have design 
  12. experience in OOP applications.  My question is - In an application 
  13. with many different modules such as inventory, sales order processing,
  14. client master database..... Is it better to write multiple
  15. applications and somehow call them from a common menu system or is
  16. it better design to write a huge program with many classes.  If I 
  17. should develop multiple applications what is the best way to execute
  18. them from a common menu.  I would like the users to be able to be
  19. in the middle of one application like client master maintenance and
  20. allow them to branch to another application such as sales order entry
  21. or mail or some other app.  how do I do this.
  22.  
  23. Please respond with answers in theory as opposed to actual code etc.
  24. if there are specific functions or MSFC classes to look at please 
  25. advise.
  26.  
  27. Thank you in advance for your response.
  28.  
  29.  
  30.